-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken vulcan tests #2268
Fix broken vulcan tests #2268
Conversation
WalkthroughThe changes involve updates to various test files for the Changes
Possibly related PRs
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
2ea24d4
to
c2476c0
Compare
c2476c0
to
8dc005c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range and nitpick comments (1)
indexer/services/vulcan/__tests__/lib/send-message-helper.test.ts (1)
231-231
: Consider removing or populating theinstance
property.The
instance
property is added to thetags
object with an empty string value. If this property is not being utilized, consider removing it to keep the code clean and concise.If the
instance
property is intended to capture relevant information, ensure it is populated with a meaningful value that provides useful insights for tracking or categorization purposes.
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (6)
- indexer/services/vulcan/tests/handlers/order-place-handler.test.ts (1 hunks)
- indexer/services/vulcan/tests/handlers/order-remove-handler.test.ts (3 hunks)
- indexer/services/vulcan/tests/handlers/order-update-handler.test.ts (5 hunks)
- indexer/services/vulcan/tests/lib/on-message.test.ts (8 hunks)
- indexer/services/vulcan/tests/lib/send-message-helper.test.ts (1 hunks)
- indexer/services/vulcan/src/handlers/handler.ts (2 hunks)
Files skipped from review as they are similar to previous changes (5)
- indexer/services/vulcan/tests/handlers/order-place-handler.test.ts
- indexer/services/vulcan/tests/handlers/order-remove-handler.test.ts
- indexer/services/vulcan/tests/handlers/order-update-handler.test.ts
- indexer/services/vulcan/tests/lib/on-message.test.ts
- indexer/services/vulcan/src/handlers/handler.ts
@Mergifyio backport release/indexer/v5.x |
✅ Backports have been created
|
https://github.com/Mergifyio backport release/indexer/v6.x |
✅ Backports have been created
|
(cherry picked from commit f70540d)
(cherry picked from commit f70540d)
Changelist
[Describe or list the changes made in this PR]
Test Plan
[Describe how this PR was tested (if applicable)]
Author/Reviewer Checklist
state-breaking
label.indexer-postgres-breaking
label.PrepareProposal
orProcessProposal
, manually add the labelproposal-breaking
.feature:[feature-name]
.backport/[branch-name]
.refactor
,chore
,bug
.Summary by CodeRabbit
Bug Fixes
OrderPlaceHandler
,OrderRemoveHandler
,OrderUpdateHandler
, andonMessage
functions to allow for more flexible parameter matching, improving test robustness.Tests
New Features
getMetadata
method, providing additional context for logging and debugging.